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(41.6923,-83.6241)};var g_bc64892ecb460eeefe0fbba2da8ea588 = new google.maps.Geocoder();g_bc64892ecb460eeefe0fbba2da8ea588.geocode( { 'address': "4011 Secor Rd C, Toledo, OH 43623, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toledo-OH-cash-plus').style.display = '';map = new google.maps.Map(document.getElementById('toledo-OH-cash-plus'), mapOptions);}document.getElementById('6814100e').innerHTML += ' | View Map';var $lbc64892ecb460eeefe0fbba2da8ea588 = '

Cash Plus

Address: 4011 Secor Rd C, Toledo, OH 43623, USA
Phone: (419) 473-1900
';var m_bc64892ecb460eeefe0fbba2da8ea588 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Plus',});m_bc64892ecb460eeefe0fbba2da8ea588['infowindow'] = new google.maps.InfoWindow({content: $lbc64892ecb460eeefe0fbba2da8ea588});var infowindow = new google.maps.InfoWindow({content: $lbc64892ecb460eeefe0fbba2da8ea588});google.maps.event.addListener(m_bc64892ecb460eeefe0fbba2da8ea588, 'click', function() {infowindow.open(map,m_bc64892ecb460eeefe0fbba2da8ea588);});$marker.push(m_bc64892ecb460eeefe0fbba2da8ea588);}});}google.maps.event.addDomListener(window, 'load', initialize);