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(31.8478,-86.638)};var g_bd199668c31bd6a8ae4733d26f2c373c = new google.maps.Geocoder();g_bd199668c31bd6a8ae4733d26f2c373c.geocode( { 'address': "150 Butler Sq, Greenville, AL 36037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-AL-cash-2-go').style.display = '';map = new google.maps.Map(document.getElementById('greenville-AL-cash-2-go'), mapOptions);}document.getElementById('a17125ec').innerHTML += ' | View Map';var $lbd199668c31bd6a8ae4733d26f2c373c = '

Cash 2 Go

Address: 150 Butler Sq, Greenville, AL 36037, USA
Phone: (334) 383-9710
';var m_bd199668c31bd6a8ae4733d26f2c373c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash 2 Go',});m_bd199668c31bd6a8ae4733d26f2c373c['infowindow'] = new google.maps.InfoWindow({content: $lbd199668c31bd6a8ae4733d26f2c373c});var infowindow = new google.maps.InfoWindow({content: $lbd199668c31bd6a8ae4733d26f2c373c});google.maps.event.addListener(m_bd199668c31bd6a8ae4733d26f2c373c, 'click', function() {infowindow.open(map,m_bd199668c31bd6a8ae4733d26f2c373c);});$marker.push(m_bd199668c31bd6a8ae4733d26f2c373c);}});}google.maps.event.addDomListener(window, 'load', initialize);