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.0328,-95.6352)};var g_434f78a8eb61ea4a30c0c48cee6050df = new google.maps.Geocoder();g_434f78a8eb61ea4a30c0c48cee6050df.geocode( { 'address': "1209 W 11th St, Coffeyville, KS 67337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coffeyville-KS-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('coffeyville-KS-loanmax-title-loans'), mapOptions);}document.getElementById('92a73707').innerHTML += ' | View Map';var $l434f78a8eb61ea4a30c0c48cee6050df = '

Loanmax Title Loans

Address: 1209 W 11th St, Coffeyville, KS 67337, USA
Phone: (620) 251-4557
';var m_434f78a8eb61ea4a30c0c48cee6050df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_434f78a8eb61ea4a30c0c48cee6050df['infowindow'] = new google.maps.InfoWindow({content: $l434f78a8eb61ea4a30c0c48cee6050df});var infowindow = new google.maps.InfoWindow({content: $l434f78a8eb61ea4a30c0c48cee6050df});google.maps.event.addListener(m_434f78a8eb61ea4a30c0c48cee6050df, 'click', function() {infowindow.open(map,m_434f78a8eb61ea4a30c0c48cee6050df);});$marker.push(m_434f78a8eb61ea4a30c0c48cee6050df);}});}google.maps.event.addDomListener(window, 'load', initialize);