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.5641,-94.4478)};var g_3faefac225341e6c3ea0b8a2b59821ea = new google.maps.Geocoder();g_3faefac225341e6c3ea0b8a2b59821ea.geocode( { 'address': "100 W Clay Ave, Plattsburg, MO 64477, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plattsburg-MO-platte-valley-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('plattsburg-MO-platte-valley-bank-of-missouri'), mapOptions);}document.getElementById('ac19b2b1').innerHTML += ' | View Map';var $l3faefac225341e6c3ea0b8a2b59821ea = '

Platte Valley Bank of Missouri

Address: 100 W Clay Ave, Plattsburg, MO 64477, USA
Phone: (816) 930-2530
';var m_3faefac225341e6c3ea0b8a2b59821ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platte Valley Bank of Missouri',});m_3faefac225341e6c3ea0b8a2b59821ea['infowindow'] = new google.maps.InfoWindow({content: $l3faefac225341e6c3ea0b8a2b59821ea});var infowindow = new google.maps.InfoWindow({content: $l3faefac225341e6c3ea0b8a2b59821ea});google.maps.event.addListener(m_3faefac225341e6c3ea0b8a2b59821ea, 'click', function() {infowindow.open(map,m_3faefac225341e6c3ea0b8a2b59821ea);});$marker.push(m_3faefac225341e6c3ea0b8a2b59821ea);}});}google.maps.event.addDomListener(window, 'load', initialize);