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(32.435,-87.0235)};var g_932ff0696b0434d7a83e1ff84fe298c5 = new google.maps.Geocoder();g_932ff0696b0434d7a83e1ff84fe298c5.geocode( { 'address': "2614 Citizens Pkwy e, Selma, AL 36701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-1-stop-cash-for-gold').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-1-stop-cash-for-gold'), mapOptions);}document.getElementById('3c780639').innerHTML += ' | View Map';var $l932ff0696b0434d7a83e1ff84fe298c5 = '

1 Stop Cash for Gold

Address: 2614 Citizens Pkwy e, Selma, AL 36701, USA
Phone: (334) 872-4341
';var m_932ff0696b0434d7a83e1ff84fe298c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1 Stop Cash for Gold',});m_932ff0696b0434d7a83e1ff84fe298c5['infowindow'] = new google.maps.InfoWindow({content: $l932ff0696b0434d7a83e1ff84fe298c5});var infowindow = new google.maps.InfoWindow({content: $l932ff0696b0434d7a83e1ff84fe298c5});google.maps.event.addListener(m_932ff0696b0434d7a83e1ff84fe298c5, 'click', function() {infowindow.open(map,m_932ff0696b0434d7a83e1ff84fe298c5);});$marker.push(m_932ff0696b0434d7a83e1ff84fe298c5);}});}google.maps.event.addDomListener(window, 'load', initialize);