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.8766,-80.7579)};var g_1b307dfbc2bdddd4e9470e3269ad2497 = new google.maps.Geocoder();g_1b307dfbc2bdddd4e9470e3269ad2497.geocode( { 'address': "2904-, 2908 N Ridge Rd E, Ashtabula, OH 44004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashtabula-OH-cashland').style.display = '';map = new google.maps.Map(document.getElementById('ashtabula-OH-cashland'), mapOptions);}document.getElementById('42381b2a').innerHTML += ' | View Map';var $l1b307dfbc2bdddd4e9470e3269ad2497 = '

Cashland

Address: 2904-, 2908 N Ridge Rd E, Ashtabula, OH 44004, USA
Phone: (440) 992-0781
';var m_1b307dfbc2bdddd4e9470e3269ad2497 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashland',});m_1b307dfbc2bdddd4e9470e3269ad2497['infowindow'] = new google.maps.InfoWindow({content: $l1b307dfbc2bdddd4e9470e3269ad2497});var infowindow = new google.maps.InfoWindow({content: $l1b307dfbc2bdddd4e9470e3269ad2497});google.maps.event.addListener(m_1b307dfbc2bdddd4e9470e3269ad2497, 'click', function() {infowindow.open(map,m_1b307dfbc2bdddd4e9470e3269ad2497);});$marker.push(m_1b307dfbc2bdddd4e9470e3269ad2497);}});}google.maps.event.addDomListener(window, 'load', initialize);