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.4836,-86.1085)};var g_7be9fdb21d740d2bc72ceaa415e791ed = new google.maps.Geocoder();g_7be9fdb21d740d2bc72ceaa415e791ed.geocode( { 'address': "501 S Reed Rd, Kokomo, IN 46901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kokomo-IN-cash-loan--security').style.display = '';map = new google.maps.Map(document.getElementById('kokomo-IN-cash-loan--security'), mapOptions);}document.getElementById('528be3fc').innerHTML += ' | View Map';var $l7be9fdb21d740d2bc72ceaa415e791ed = '

Cash Loan & Security

Address: 501 S Reed Rd, Kokomo, IN 46901, USA
Phone: (765) 457-5445
';var m_7be9fdb21d740d2bc72ceaa415e791ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Loan & Security',});m_7be9fdb21d740d2bc72ceaa415e791ed['infowindow'] = new google.maps.InfoWindow({content: $l7be9fdb21d740d2bc72ceaa415e791ed});var infowindow = new google.maps.InfoWindow({content: $l7be9fdb21d740d2bc72ceaa415e791ed});google.maps.event.addListener(m_7be9fdb21d740d2bc72ceaa415e791ed, 'click', function() {infowindow.open(map,m_7be9fdb21d740d2bc72ceaa415e791ed);});$marker.push(m_7be9fdb21d740d2bc72ceaa415e791ed);}});}google.maps.event.addDomListener(window, 'load', initialize);