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(34.5848,-87.0679)};var g_18091ec91aec4f3a9a5f2aa73c0a18ca = new google.maps.Geocoder();g_18091ec91aec4f3a9a5f2aa73c0a18ca.geocode( { 'address': "3536 Gordon Terry Pkwy, Trinity, AL 35673, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trinity-AL-western-union').style.display = '';map = new google.maps.Map(document.getElementById('trinity-AL-western-union'), mapOptions);}document.getElementById('1a18c56a').innerHTML += ' | View Map';var $l18091ec91aec4f3a9a5f2aa73c0a18ca = '

Western Union

Address: 3536 Gordon Terry Pkwy, Trinity, AL 35673, USA
Phone: (800) 325-6000
';var m_18091ec91aec4f3a9a5f2aa73c0a18ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_18091ec91aec4f3a9a5f2aa73c0a18ca['infowindow'] = new google.maps.InfoWindow({content: $l18091ec91aec4f3a9a5f2aa73c0a18ca});var infowindow = new google.maps.InfoWindow({content: $l18091ec91aec4f3a9a5f2aa73c0a18ca});google.maps.event.addListener(m_18091ec91aec4f3a9a5f2aa73c0a18ca, 'click', function() {infowindow.open(map,m_18091ec91aec4f3a9a5f2aa73c0a18ca);});$marker.push(m_18091ec91aec4f3a9a5f2aa73c0a18ca);}});}google.maps.event.addDomListener(window, 'load', initialize);