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.3872,-97.6565)};var g_9c013ec811ad3e0db5592484594ecf43 = new google.maps.Geocoder();g_9c013ec811ad3e0db5592484594ecf43.geocode( { 'address': "120 W Kansas Ave, McPherson, KS 67460"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcpherson-KS-sunflower-bank').style.display = '';map = new google.maps.Map(document.getElementById('mcpherson-KS-sunflower-bank'), mapOptions);}document.getElementById('44d2a8b4').innerHTML += ' | View Map';var $l9c013ec811ad3e0db5592484594ecf43 = '

Sunflower Bank

Address: 120 W Kansas Ave, McPherson, KS 67460
Phone: (620) 241-1220
';var m_9c013ec811ad3e0db5592484594ecf43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunflower Bank',});m_9c013ec811ad3e0db5592484594ecf43['infowindow'] = new google.maps.InfoWindow({content: $l9c013ec811ad3e0db5592484594ecf43});var infowindow = new google.maps.InfoWindow({content: $l9c013ec811ad3e0db5592484594ecf43});google.maps.event.addListener(m_9c013ec811ad3e0db5592484594ecf43, 'click', function() {infowindow.open(map,m_9c013ec811ad3e0db5592484594ecf43);});$marker.push(m_9c013ec811ad3e0db5592484594ecf43);}});}google.maps.event.addDomListener(window, 'load', initialize);