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.8223,-82.1703)};var g_2ee733831bac94ae8b4d8b4a3fbbd104 = new google.maps.Geocoder();g_2ee733831bac94ae8b4d8b4a3fbbd104.geocode( { 'address': "2145 N Eastern Avenue, Gallipolis, OH 45631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallipolis-OH-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('gallipolis-OH-check-into-cash'), mapOptions);}document.getElementById('08575338').innerHTML += ' | View Map';var $l2ee733831bac94ae8b4d8b4a3fbbd104 = '

Check Into Cash

Address: 2145 N Eastern Avenue, Gallipolis, OH 45631, USA
Phone: (740) 446-7250
';var m_2ee733831bac94ae8b4d8b4a3fbbd104 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_2ee733831bac94ae8b4d8b4a3fbbd104['infowindow'] = new google.maps.InfoWindow({content: $l2ee733831bac94ae8b4d8b4a3fbbd104});var infowindow = new google.maps.InfoWindow({content: $l2ee733831bac94ae8b4d8b4a3fbbd104});google.maps.event.addListener(m_2ee733831bac94ae8b4d8b4a3fbbd104, 'click', function() {infowindow.open(map,m_2ee733831bac94ae8b4d8b4a3fbbd104);});$marker.push(m_2ee733831bac94ae8b4d8b4a3fbbd104);}});}google.maps.event.addDomListener(window, 'load', initialize);