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(39.709,-86.3801)};var g_60b2149f6bafd1cc9d505496f09160ba = new google.maps.Geocoder();g_60b2149f6bafd1cc9d505496f09160ba.geocode( { 'address': "1601 E Main St, Plainfield, IN 46168, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainfield-IN-cash-king').style.display = '';map = new google.maps.Map(document.getElementById('plainfield-IN-cash-king'), mapOptions);}document.getElementById('a318d15b').innerHTML += ' | View Map';var $l60b2149f6bafd1cc9d505496f09160ba = '

Cash King

Address: 1601 E Main St, Plainfield, IN 46168, USA
Phone: (317) 559-2274
';var m_60b2149f6bafd1cc9d505496f09160ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash King',});m_60b2149f6bafd1cc9d505496f09160ba['infowindow'] = new google.maps.InfoWindow({content: $l60b2149f6bafd1cc9d505496f09160ba});var infowindow = new google.maps.InfoWindow({content: $l60b2149f6bafd1cc9d505496f09160ba});google.maps.event.addListener(m_60b2149f6bafd1cc9d505496f09160ba, 'click', function() {infowindow.open(map,m_60b2149f6bafd1cc9d505496f09160ba);});$marker.push(m_60b2149f6bafd1cc9d505496f09160ba);}});}google.maps.event.addDomListener(window, 'load', initialize);