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(33.9506,-87.0367)};var g_019acc43b90db17385b4cc5e201635e4 = new google.maps.Geocoder();g_019acc43b90db17385b4cc5e201635e4.geocode( { 'address': "13101 Al Hwy 69 S, Bremen, AL 35033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremen-AL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('bremen-AL-moneygram'), mapOptions);}document.getElementById('d198aa61').innerHTML += ' | View Map';var $l019acc43b90db17385b4cc5e201635e4 = '

MoneyGram

Address: 13101 Al Hwy 69 S, Bremen, AL 35033, USA
Phone: (256) 887-5326
';var m_019acc43b90db17385b4cc5e201635e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_019acc43b90db17385b4cc5e201635e4['infowindow'] = new google.maps.InfoWindow({content: $l019acc43b90db17385b4cc5e201635e4});var infowindow = new google.maps.InfoWindow({content: $l019acc43b90db17385b4cc5e201635e4});google.maps.event.addListener(m_019acc43b90db17385b4cc5e201635e4, 'click', function() {infowindow.open(map,m_019acc43b90db17385b4cc5e201635e4);});$marker.push(m_019acc43b90db17385b4cc5e201635e4);}});}google.maps.event.addDomListener(window, 'load', initialize);