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.2453,-80.8047)};var g_9da16606ce7ee5770929d0609965272c = new google.maps.Geocoder();g_9da16606ce7ee5770929d0609965272c.geocode( { 'address': "1040 Elm Rd NE, Warren, OH 44483, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warren-OH-cashland').style.display = '';map = new google.maps.Map(document.getElementById('warren-OH-cashland'), mapOptions);}document.getElementById('54baccbe').innerHTML += ' | View Map';var $l9da16606ce7ee5770929d0609965272c = '

Cashland

Address: 1040 Elm Rd NE, Warren, OH 44483, USA
Phone: (330) 372-5877
';var m_9da16606ce7ee5770929d0609965272c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashland',});m_9da16606ce7ee5770929d0609965272c['infowindow'] = new google.maps.InfoWindow({content: $l9da16606ce7ee5770929d0609965272c});var infowindow = new google.maps.InfoWindow({content: $l9da16606ce7ee5770929d0609965272c});google.maps.event.addListener(m_9da16606ce7ee5770929d0609965272c, 'click', function() {infowindow.open(map,m_9da16606ce7ee5770929d0609965272c);});$marker.push(m_9da16606ce7ee5770929d0609965272c);}});}google.maps.event.addDomListener(window, 'load', initialize);