var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(38.4705,-90.5238)};var g_f9c6f82cb3e872a20e6a310f33a9c450 = new google.maps.Geocoder();g_f9c6f82cb3e872a20e6a310f33a9c450.geocode( { 'address': "1010 Crossroads Pl, High Ridge, MO 63049"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('high-ridge-MO-farmers-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('high-ridge-MO-farmers-merchants-bank'), mapOptions);}document.getElementById('fa053236').innerHTML += ' | View Map';var $lf9c6f82cb3e872a20e6a310f33a9c450 = '

Farmers & Merchants Bank

Address: 1010 Crossroads Pl, High Ridge, MO 63049
Phone: (636) 677-7500
';var m_f9c6f82cb3e872a20e6a310f33a9c450 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_f9c6f82cb3e872a20e6a310f33a9c450['infowindow'] = new google.maps.InfoWindow({content: $lf9c6f82cb3e872a20e6a310f33a9c450});var infowindow = new google.maps.InfoWindow({content: $lf9c6f82cb3e872a20e6a310f33a9c450});google.maps.event.addListener(m_f9c6f82cb3e872a20e6a310f33a9c450, 'click', function() {infowindow.open(map,m_f9c6f82cb3e872a20e6a310f33a9c450);});$marker.push(m_f9c6f82cb3e872a20e6a310f33a9c450);}});}google.maps.event.addDomListener(window, 'load', initialize);