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(40.477,-86.1091)};var g_715342165ca5659d5e1caf24d5c920ca = new google.maps.Geocoder();g_715342165ca5659d5e1caf24d5c920ca.geocode( { 'address': "1722 E Markland Ave, Kokomo, IN 46901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kokomo-IN-cashland').style.display = '';map = new google.maps.Map(document.getElementById('kokomo-IN-cashland'), mapOptions);}document.getElementById('e68b4470').innerHTML += ' | View Map';var $l715342165ca5659d5e1caf24d5c920ca = '

Cashland

Address: 1722 E Markland Ave, Kokomo, IN 46901, USA
Phone: (765) 868-9532
';var m_715342165ca5659d5e1caf24d5c920ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashland',});m_715342165ca5659d5e1caf24d5c920ca['infowindow'] = new google.maps.InfoWindow({content: $l715342165ca5659d5e1caf24d5c920ca});var infowindow = new google.maps.InfoWindow({content: $l715342165ca5659d5e1caf24d5c920ca});google.maps.event.addListener(m_715342165ca5659d5e1caf24d5c920ca, 'click', function() {infowindow.open(map,m_715342165ca5659d5e1caf24d5c920ca);});$marker.push(m_715342165ca5659d5e1caf24d5c920ca);}});}google.maps.event.addDomListener(window, 'load', initialize);