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.7311,-92.9423)};var g_2f5f61ff66e9cc29ea48d0fa7b25a910 = new google.maps.Geocoder();g_2f5f61ff66e9cc29ea48d0fa7b25a910.geocode( { 'address': "1719 N Missouri Ave, Marceline, MO 64658, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marceline-MO-preferred-bank').style.display = '';map = new google.maps.Map(document.getElementById('marceline-MO-preferred-bank'), mapOptions);}document.getElementById('5b2d3588').innerHTML += ' | View Map';var $l2f5f61ff66e9cc29ea48d0fa7b25a910 = '

Preferred Bank

Address: 1719 N Missouri Ave, Marceline, MO 64658, USA
Phone: (660) 376-3212
';var m_2f5f61ff66e9cc29ea48d0fa7b25a910 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Preferred Bank',});m_2f5f61ff66e9cc29ea48d0fa7b25a910['infowindow'] = new google.maps.InfoWindow({content: $l2f5f61ff66e9cc29ea48d0fa7b25a910});var infowindow = new google.maps.InfoWindow({content: $l2f5f61ff66e9cc29ea48d0fa7b25a910});google.maps.event.addListener(m_2f5f61ff66e9cc29ea48d0fa7b25a910, 'click', function() {infowindow.open(map,m_2f5f61ff66e9cc29ea48d0fa7b25a910);});$marker.push(m_2f5f61ff66e9cc29ea48d0fa7b25a910);}});}google.maps.event.addDomListener(window, 'load', initialize);