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(38.3962,-91.3399)};var g_dd4670777e629a82d0ec4e4f72df42ec = new google.maps.Geocoder();g_dd4670777e629a82d0ec4e4f72df42ec.geocode( { 'address': "725 W Springfield Rd, Gerald, MO 63037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gerald-MO-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('gerald-MO-citizens-bank'), mapOptions);}document.getElementById('f271de11').innerHTML += ' | View Map';var $ldd4670777e629a82d0ec4e4f72df42ec = '

Citizens Bank

Address: 725 W Springfield Rd, Gerald, MO 63037, USA
Phone: (573) 764-3051
';var m_dd4670777e629a82d0ec4e4f72df42ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_dd4670777e629a82d0ec4e4f72df42ec['infowindow'] = new google.maps.InfoWindow({content: $ldd4670777e629a82d0ec4e4f72df42ec});var infowindow = new google.maps.InfoWindow({content: $ldd4670777e629a82d0ec4e4f72df42ec});google.maps.event.addListener(m_dd4670777e629a82d0ec4e4f72df42ec, 'click', function() {infowindow.open(map,m_dd4670777e629a82d0ec4e4f72df42ec);});$marker.push(m_dd4670777e629a82d0ec4e4f72df42ec);}});}google.maps.event.addDomListener(window, 'load', initialize);