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.3393,-95.2681)};var g_42c713bf648e23626d05dd0265c8695e = new google.maps.Geocoder();g_42c713bf648e23626d05dd0265c8695e.geocode( { 'address': "2121 Main St, Parsons, KS 67357"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parsons-KS-altamont-bank').style.display = '';map = new google.maps.Map(document.getElementById('parsons-KS-altamont-bank'), mapOptions);}document.getElementById('9731f9d5').innerHTML += ' | View Map';var $l42c713bf648e23626d05dd0265c8695e = '

Altamont Bank

Address: 2121 Main St, Parsons, KS 67357
Phone: (620) 423-1211
';var m_42c713bf648e23626d05dd0265c8695e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Altamont Bank',});m_42c713bf648e23626d05dd0265c8695e['infowindow'] = new google.maps.InfoWindow({content: $l42c713bf648e23626d05dd0265c8695e});var infowindow = new google.maps.InfoWindow({content: $l42c713bf648e23626d05dd0265c8695e});google.maps.event.addListener(m_42c713bf648e23626d05dd0265c8695e, 'click', function() {infowindow.open(map,m_42c713bf648e23626d05dd0265c8695e);});$marker.push(m_42c713bf648e23626d05dd0265c8695e);}});}google.maps.event.addDomListener(window, 'load', initialize);