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(39.7429,-93.9984)};var g_dd3edae61988ab845d5a24b78d1e0619 = new google.maps.Geocoder();g_dd3edae61988ab845d5a24b78d1e0619.geocode( { 'address': "111 N Davis St, Hamilton, MO 64644, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamilton-MO-hamilton-bank').style.display = '';map = new google.maps.Map(document.getElementById('hamilton-MO-hamilton-bank'), mapOptions);}document.getElementById('9937c377').innerHTML += ' | View Map';var $ldd3edae61988ab845d5a24b78d1e0619 = '

Hamilton Bank

Address: 111 N Davis St, Hamilton, MO 64644, USA
Phone: (816) 583-2143
';var m_dd3edae61988ab845d5a24b78d1e0619 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hamilton Bank',});m_dd3edae61988ab845d5a24b78d1e0619['infowindow'] = new google.maps.InfoWindow({content: $ldd3edae61988ab845d5a24b78d1e0619});var infowindow = new google.maps.InfoWindow({content: $ldd3edae61988ab845d5a24b78d1e0619});google.maps.event.addListener(m_dd3edae61988ab845d5a24b78d1e0619, 'click', function() {infowindow.open(map,m_dd3edae61988ab845d5a24b78d1e0619);});$marker.push(m_dd3edae61988ab845d5a24b78d1e0619);}});}google.maps.event.addDomListener(window, 'load', initialize);