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.0702,-93.7219)};var g_c13771723552c87358daf937d4367084 = new google.maps.Geocoder();g_c13771723552c87358daf937d4367084.geocode( { 'address': "401 Fairground Ave, Higginsville, MO 64037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('higginsville-MO-central-bank-of-warrensburg').style.display = '';map = new google.maps.Map(document.getElementById('higginsville-MO-central-bank-of-warrensburg'), mapOptions);}document.getElementById('295bb693').innerHTML += ' | View Map';var $lc13771723552c87358daf937d4367084 = '

Central Bank of Warrensburg

Address: 401 Fairground Ave, Higginsville, MO 64037, USA
Phone: (660) 584-7404
';var m_c13771723552c87358daf937d4367084 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank of Warrensburg',});m_c13771723552c87358daf937d4367084['infowindow'] = new google.maps.InfoWindow({content: $lc13771723552c87358daf937d4367084});var infowindow = new google.maps.InfoWindow({content: $lc13771723552c87358daf937d4367084});google.maps.event.addListener(m_c13771723552c87358daf937d4367084, 'click', function() {infowindow.open(map,m_c13771723552c87358daf937d4367084);});$marker.push(m_c13771723552c87358daf937d4367084);}});}google.maps.event.addDomListener(window, 'load', initialize);