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(38.8345,-82.1534)};var g_c7bb16d2e35acec75ddccd19d54be204 = new google.maps.Geocoder();g_c7bb16d2e35acec75ddccd19d54be204.geocode( { 'address': "305 1/2, 305 1/2 Upper River Rd, Gallipolis, OH 45631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallipolis-OH-cashland').style.display = '';map = new google.maps.Map(document.getElementById('gallipolis-OH-cashland'), mapOptions);}document.getElementById('3b6d4523').innerHTML += ' | View Map';var $lc7bb16d2e35acec75ddccd19d54be204 = '

Cashland

Address: 305 1/2, 305 1/2 Upper River Rd, Gallipolis, OH 45631, USA
Phone: (740) 441-8815
';var m_c7bb16d2e35acec75ddccd19d54be204 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashland',});m_c7bb16d2e35acec75ddccd19d54be204['infowindow'] = new google.maps.InfoWindow({content: $lc7bb16d2e35acec75ddccd19d54be204});var infowindow = new google.maps.InfoWindow({content: $lc7bb16d2e35acec75ddccd19d54be204});google.maps.event.addListener(m_c7bb16d2e35acec75ddccd19d54be204, 'click', function() {infowindow.open(map,m_c7bb16d2e35acec75ddccd19d54be204);});$marker.push(m_c7bb16d2e35acec75ddccd19d54be204);}});}google.maps.event.addDomListener(window, 'load', initialize);