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(37.156,-98.0292)};var g_d5d7f5bba709f5cbbe1f74977096feb3 = new google.maps.Geocoder();g_d5d7f5bba709f5cbbe1f74977096feb3.geocode( { 'address': "203 W Main St, Anthony, KS 67003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anthony-KS-banc-central').style.display = '';map = new google.maps.Map(document.getElementById('anthony-KS-banc-central'), mapOptions);}document.getElementById('e3662179').innerHTML += ' | View Map';var $ld5d7f5bba709f5cbbe1f74977096feb3 = '

Banc CENTRAL

Address: 203 W Main St, Anthony, KS 67003
Phone: (620) 842-1000
';var m_d5d7f5bba709f5cbbe1f74977096feb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc CENTRAL',});m_d5d7f5bba709f5cbbe1f74977096feb3['infowindow'] = new google.maps.InfoWindow({content: $ld5d7f5bba709f5cbbe1f74977096feb3});var infowindow = new google.maps.InfoWindow({content: $ld5d7f5bba709f5cbbe1f74977096feb3});google.maps.event.addListener(m_d5d7f5bba709f5cbbe1f74977096feb3, 'click', function() {infowindow.open(map,m_d5d7f5bba709f5cbbe1f74977096feb3);});$marker.push(m_d5d7f5bba709f5cbbe1f74977096feb3);}});}google.maps.event.addDomListener(window, 'load', initialize);