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.1414,-86.6243)};var g_a2c46b1b28dab560f3a4b59cf90af61b = new google.maps.Geocoder();g_a2c46b1b28dab560f3a4b59cf90af61b.geocode( { 'address': "615 State Highway 21 S, Hayneville, AL 36040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hayneville-AL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('hayneville-AL-moneygram'), mapOptions);}document.getElementById('cc28bf93').innerHTML += ' | View Map';var $la2c46b1b28dab560f3a4b59cf90af61b = '

MoneyGram

Address: 615 State Highway 21 S, Hayneville, AL 36040, USA
Phone: (334) 548-2421
';var m_a2c46b1b28dab560f3a4b59cf90af61b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_a2c46b1b28dab560f3a4b59cf90af61b['infowindow'] = new google.maps.InfoWindow({content: $la2c46b1b28dab560f3a4b59cf90af61b});var infowindow = new google.maps.InfoWindow({content: $la2c46b1b28dab560f3a4b59cf90af61b});google.maps.event.addListener(m_a2c46b1b28dab560f3a4b59cf90af61b, 'click', function() {infowindow.open(map,m_a2c46b1b28dab560f3a4b59cf90af61b);});$marker.push(m_a2c46b1b28dab560f3a4b59cf90af61b);}});}google.maps.event.addDomListener(window, 'load', initialize);