<!-- contact-wrapper -->
<div id="contact-page" class="contact-wrapper section-padding page-top-padding">
    <div class="container">
        
        <div class="row">
            <div class="contact-form-wrapper col col-md-8">
                <div class="contact-form row clearfix">
                    
					
<div class="wpcf7 no-js" id="wpcf7-f229-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/wp/finance/wp-json/wp/v2/pages/222#wpcf7-f229-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="229" />
<input type="hidden" name="_wpcf7_version" value="5.9.7" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f229-o1" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
</div>
<div class="col col-sm-6 form-group">
	<p><span class="wpcf7-form-control-wrap" data-name="text-331"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text form-control" aria-invalid="false" placeholder="Name" value="" type="text" name="text-331" /></span>
	</p>
</div>
<div class="col col-sm-6 form-group">
	<p><span class="wpcf7-form-control-wrap" data-name="email-150"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-email wpcf7-text wpcf7-validates-as-email form-control" aria-invalid="false" value="Email" type="email" name="email-150" /></span>
	</p>
</div>
<div class="col col-sm-12 form-group">
	<p><span class="wpcf7-form-control-wrap" data-name="textarea-829"><textarea cols="40" rows="10" maxlength="2000" class="wpcf7-form-control wpcf7-textarea form-control" aria-invalid="false" placeholder="Comment here" name="textarea-829"></textarea></span>
	</p>
</div>
<div class="btn">
	<p><input class="wpcf7-form-control wpcf7-submit has-spinner btn" type="submit" value="Submit" /><i class="arrow_right"></i>
	</p>
</div><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
                </div>
            </div> <!-- end of contact-form-wrapper -->

            <div class="contact-info-wrapper col col-md-4">
                <div class="contact-info">
                    <ul>
                        <li><i class="icon_pin_alt"></i> 23 Aro Lane, NY, USA</li>
                        <li><i class="icon_mobile"></i> +345-000-111-2222</li>
                        <li><i class="icon_clock_alt"></i> mon-sat 10.00 - 19.00</li>
                        <li><i class="icon_mail_alt"></i> support@finance.com</li>
                    </ul>
                </div>
            </div> <!-- end of contact-info-wrapper -->
        </div> <!-- end of row -->

        <div class="map row">
            <h2 class="hidden">Google map</h2>
            <div id="map"></div>
            
			<script type="text/javascript">
				if (jQuery('#map').length) {
			
					// set the google map
					function map() {
			
						var locations = [
							['Mirpur', 23.822349, 90.365420, 1],
							['Shibpur', 24.038119, 90.736649, 2]
						];
			
						var map = new google.maps.Map(document.getElementById('map'), {
							zoom: 9,
							center: new google.maps.LatLng(23.822349, 90.365420),
							mapTypeId: google.maps.MapTypeId.ROADMAP,
							scrollwheel: false,
						});
			
						var infowindow = new google.maps.InfoWindow();
			
						var marker, i;
			
						for (i = 0; i < locations.length; i++) { 
							marker = new google.maps.Marker({
							position: new google.maps.LatLng(locations[i][1], locations[i][2]),
								map: map,
								icon: 'http://www.themexriver.com/demo/wp/finance/wp-content/themes/finance/images/map-mark.png'
							});
			
							google.maps.event.addListener(marker, 'click', (function(marker, i) {
								return function() {
									infowindow.setContent(locations[i][0]);
									infowindow.open(map, marker);
								}
							})(marker, i));
						}
			
			
						marker.setMap(map);
			
						map.set('styles',
							[{
								"featureType": "water",
								"elementType": "geometry",
								"stylers": [{
									"color": "#1a65af"
								}, {
									"lightness": 17
								}]
							}, {
								"featureType": "landscape",
								"elementType": "geometry",
								"stylers": [{
									"color": "#f2f2f2"
								}, {
									"lightness": 20
								}]
							}, {
								"featureType": "road.highway",
								"elementType": "geometry.fill",
								"stylers": [{
									"color": "#cdcdcd"
								}, {
									"lightness": 5
								}]
							}, {
								"featureType": "road.highway",
								"elementType": "geometry.stroke",
								"stylers": [{
									"color": "transparent"
								}, {
									"lightness": 29
								}, {
									"weight": 0.2
								}]
							}, {
								"featureType": "road.arterial",
								"elementType": "geometry",
								"stylers": [{
									"color": "transparent"
								}, {
									"lightness": 18
								}]
							}, {
								"featureType": "road.local",
								"elementType": "geometry",
								"stylers": [{
									"color": "transparent"
								}, {
									"lightness": 16
								}]
							}, {
								"featureType": "poi",
								"elementType": "geometry",
								"stylers": [{
									"color": "#bcd3a1"
								}, {
									"lightness": 21
								}]
							}, {
								"featureType": "poi.park",
								"elementType": "geometry",
								"stylers": [{
									"color": "#3174b6"
								}, {
									"lightness": 21
								}]
							}, {
								"elementType": "labels.text.stroke",
								"stylers": [{
									"visibility": "on"
								}, {
									"color": "#ffffff"
								}, {
									"lightness": 16
								}]
							}, {
								"elementType": "labels.text.fill",
								"stylers": [{
									"saturation": 36
								}, {
									"color": "#333333"
								}, {
									"lightness": 40
								}]
							}, {
								"elementType": "labels.icon",
								"stylers": [{
									"visibility": "off"
								}]
							}, {
								"featureType": "transit",
								"elementType": "geometry",
								"stylers": [{
									"color": "#b9c9a1"
								}, {
									"lightness": 19
								}]
							}, {
								"featureType": "administrative",
								"elementType": "geometry.fill",
								"stylers": [{
									"color": "#fefefe"
								}, {
									"lightness": 20
								}]
							}, {
								"featureType": "administrative",
								"elementType": "geometry.stroke",
								"stylers": [{
									"color": "#fefefe"
								}, {
									"lightness": 17
								}, {
									"weight": 1.2
								}]
							}]
						);
					}; // end of map
			
			
					// call the map function
					map();
				}
    </script>       
        </div>
    </div> <!-- end of container -->
</div>
<!-- end of contact-wrapper -->
    {"id":222,"date":"2016-05-16T11:55:23","date_gmt":"2016-05-16T11:55:23","guid":{"rendered":"https:\/\/themexriver.com\/wp\/finance\/?page_id=222"},"modified":"2016-05-17T06:15:58","modified_gmt":"2016-05-17T06:15:58","slug":"contact","status":"publish","type":"page","link":"https:\/\/themexriver.com\/wp\/finance\/contact\/","title":{"rendered":"contact"},"content":{"rendered":"<p>[vc_row][vc_column][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"tpl-visual_composer.php","meta":{"footnotes":""},"class_list":["post-222","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/themexriver.com\/wp\/finance\/wp-json\/wp\/v2\/pages\/222"}],"collection":[{"href":"https:\/\/themexriver.com\/wp\/finance\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/themexriver.com\/wp\/finance\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/themexriver.com\/wp\/finance\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/themexriver.com\/wp\/finance\/wp-json\/wp\/v2\/comments?post=222"}],"version-history":[{"count":6,"href":"https:\/\/themexriver.com\/wp\/finance\/wp-json\/wp\/v2\/pages\/222\/revisions"}],"predecessor-version":[{"id":230,"href":"https:\/\/themexriver.com\/wp\/finance\/wp-json\/wp\/v2\/pages\/222\/revisions\/230"}],"wp:attachment":[{"href":"https:\/\/themexriver.com\/wp\/finance\/wp-json\/wp\/v2\/media?parent=222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}