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.8313,-84.8525)};var g_6a30e32e56fce5cf381895dfe6ca7b6f = new google.maps.Geocoder();g_6a30e32e56fce5cf381895dfe6ca7b6f.geocode( { 'address': "3600 E Main St #1, Richmond, IN 47374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-IN-cash-today').style.display = '';map = new google.maps.Map(document.getElementById('richmond-IN-cash-today'), mapOptions);}document.getElementById('2e66ee0e').innerHTML += ' | View Map';var $l6a30e32e56fce5cf381895dfe6ca7b6f = '

Cash Today

Address: 3600 E Main St #1, Richmond, IN 47374, USA
Phone: (765) 939-2121
';var m_6a30e32e56fce5cf381895dfe6ca7b6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Today',});m_6a30e32e56fce5cf381895dfe6ca7b6f['infowindow'] = new google.maps.InfoWindow({content: $l6a30e32e56fce5cf381895dfe6ca7b6f});var infowindow = new google.maps.InfoWindow({content: $l6a30e32e56fce5cf381895dfe6ca7b6f});google.maps.event.addListener(m_6a30e32e56fce5cf381895dfe6ca7b6f, 'click', function() {infowindow.open(map,m_6a30e32e56fce5cf381895dfe6ca7b6f);});$marker.push(m_6a30e32e56fce5cf381895dfe6ca7b6f);}});}google.maps.event.addDomListener(window, 'load', initialize);