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.9598,-95.3065)};var g_3af3d94fb6259a153cde3f009b02a81a = new google.maps.Geocoder();g_3af3d94fb6259a153cde3f009b02a81a.geocode( { 'address': "4831 Quail Crest Pl, Lawrence, KS 66049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrence-KS-sunflower-bank').style.display = '';map = new google.maps.Map(document.getElementById('lawrence-KS-sunflower-bank'), mapOptions);}document.getElementById('52de40b9').innerHTML += ' | View Map';var $l3af3d94fb6259a153cde3f009b02a81a = '

Sunflower Bank

Address: 4831 Quail Crest Pl, Lawrence, KS 66049, USA
Phone: (785) 312-7274
';var m_3af3d94fb6259a153cde3f009b02a81a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunflower Bank',});m_3af3d94fb6259a153cde3f009b02a81a['infowindow'] = new google.maps.InfoWindow({content: $l3af3d94fb6259a153cde3f009b02a81a});var infowindow = new google.maps.InfoWindow({content: $l3af3d94fb6259a153cde3f009b02a81a});google.maps.event.addListener(m_3af3d94fb6259a153cde3f009b02a81a, 'click', function() {infowindow.open(map,m_3af3d94fb6259a153cde3f009b02a81a);});$marker.push(m_3af3d94fb6259a153cde3f009b02a81a);}});}google.maps.event.addDomListener(window, 'load', initialize);