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.0356,-95.6586)};var g_f874885e6c1552dfc93fc4ad9b3b3d5c = new google.maps.Geocoder();g_f874885e6c1552dfc93fc4ad9b3b3d5c.geocode( { 'address': "902 McArthur St, Coffeyville, KS 67337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coffeyville-KS-equity-bank').style.display = '';map = new google.maps.Map(document.getElementById('coffeyville-KS-equity-bank'), mapOptions);}document.getElementById('d0734d95').innerHTML += ' | View Map';var $lf874885e6c1552dfc93fc4ad9b3b3d5c = '

Equity Bank

Address: 902 McArthur St, Coffeyville, KS 67337, USA
Phone: (620) 251-4640
';var m_f874885e6c1552dfc93fc4ad9b3b3d5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equity Bank',});m_f874885e6c1552dfc93fc4ad9b3b3d5c['infowindow'] = new google.maps.InfoWindow({content: $lf874885e6c1552dfc93fc4ad9b3b3d5c});var infowindow = new google.maps.InfoWindow({content: $lf874885e6c1552dfc93fc4ad9b3b3d5c});google.maps.event.addListener(m_f874885e6c1552dfc93fc4ad9b3b3d5c, 'click', function() {infowindow.open(map,m_f874885e6c1552dfc93fc4ad9b3b3d5c);});$marker.push(m_f874885e6c1552dfc93fc4ad9b3b3d5c);}});}google.maps.event.addDomListener(window, 'load', initialize);