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.5272,-94.768)};var g_0cad5adfb5b36b908b4bfe0e47371e3b = new google.maps.Geocoder();g_0cad5adfb5b36b908b4bfe0e47371e3b.geocode( { 'address': "102 Main St, Dearborn, MO 64439"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dearborn-MO-platte-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('dearborn-MO-platte-valley-bank'), mapOptions);}document.getElementById('4ccc74f3').innerHTML += ' | View Map';var $l0cad5adfb5b36b908b4bfe0e47371e3b = '

Platte Valley Bank

Address: 102 Main St, Dearborn, MO 64439
Phone: (816) 450-8719
';var m_0cad5adfb5b36b908b4bfe0e47371e3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platte Valley Bank',});m_0cad5adfb5b36b908b4bfe0e47371e3b['infowindow'] = new google.maps.InfoWindow({content: $l0cad5adfb5b36b908b4bfe0e47371e3b});var infowindow = new google.maps.InfoWindow({content: $l0cad5adfb5b36b908b4bfe0e47371e3b});google.maps.event.addListener(m_0cad5adfb5b36b908b4bfe0e47371e3b, 'click', function() {infowindow.open(map,m_0cad5adfb5b36b908b4bfe0e47371e3b);});$marker.push(m_0cad5adfb5b36b908b4bfe0e47371e3b);}});}google.maps.event.addDomListener(window, 'load', initialize);