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.7121,-84.1433)};var g_f5f699f14ef1279e76bc576c0459b25a = new google.maps.Geocoder();g_f5f699f14ef1279e76bc576c0459b25a.geocode( { 'address': "2409 Wilmington Pike, Kettering, OH 45419, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kettering-OH-cashmax-ohio').style.display = '';map = new google.maps.Map(document.getElementById('kettering-OH-cashmax-ohio'), mapOptions);}document.getElementById('2c20afdf').innerHTML += ' | View Map';var $lf5f699f14ef1279e76bc576c0459b25a = '

CashMax Ohio

Address: 2409 Wilmington Pike, Kettering, OH 45419, USA
Phone: (937) 999-4477
';var m_f5f699f14ef1279e76bc576c0459b25a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Ohio',});m_f5f699f14ef1279e76bc576c0459b25a['infowindow'] = new google.maps.InfoWindow({content: $lf5f699f14ef1279e76bc576c0459b25a});var infowindow = new google.maps.InfoWindow({content: $lf5f699f14ef1279e76bc576c0459b25a});google.maps.event.addListener(m_f5f699f14ef1279e76bc576c0459b25a, 'click', function() {infowindow.open(map,m_f5f699f14ef1279e76bc576c0459b25a);});$marker.push(m_f5f699f14ef1279e76bc576c0459b25a);}});}google.maps.event.addDomListener(window, 'load', initialize);