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.1078,-94.0662)};var g_a27b8f1264f2f6602ddd4e1af3803aaa = new google.maps.Geocoder();g_a27b8f1264f2f6602ddd4e1af3803aaa.geocode( { 'address': "295 W 2nd St, Napoleon, MO 64074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('napoleon-MO-preffered-bank').style.display = '';map = new google.maps.Map(document.getElementById('napoleon-MO-preffered-bank'), mapOptions);}document.getElementById('10ea26d3').innerHTML += ' | View Map';var $la27b8f1264f2f6602ddd4e1af3803aaa = '

Preffered Bank

Address: 295 W 2nd St, Napoleon, MO 64074
Phone: (816) 240-0012
';var m_a27b8f1264f2f6602ddd4e1af3803aaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Preffered Bank',});m_a27b8f1264f2f6602ddd4e1af3803aaa['infowindow'] = new google.maps.InfoWindow({content: $la27b8f1264f2f6602ddd4e1af3803aaa});var infowindow = new google.maps.InfoWindow({content: $la27b8f1264f2f6602ddd4e1af3803aaa});google.maps.event.addListener(m_a27b8f1264f2f6602ddd4e1af3803aaa, 'click', function() {infowindow.open(map,m_a27b8f1264f2f6602ddd4e1af3803aaa);});$marker.push(m_a27b8f1264f2f6602ddd4e1af3803aaa);}});}google.maps.event.addDomListener(window, 'load', initialize);