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(30.9559,-95.8956)};var g_9503193985ca73c58803517a64dc06c4 = new google.maps.Geocoder();g_9503193985ca73c58803517a64dc06c4.geocode( { 'address': "1608 E Main St Ste 121, Madisonville, TX 77864, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madisonville-TX-western-union').style.display = '';map = new google.maps.Map(document.getElementById('madisonville-TX-western-union'), mapOptions);}document.getElementById('cc4edd71').innerHTML += ' | View Map';var $l9503193985ca73c58803517a64dc06c4 = '

Western Union

Address: 1608 E Main St Ste 121, Madisonville, TX 77864, USA
Phone: (936) 349-1800
';var m_9503193985ca73c58803517a64dc06c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_9503193985ca73c58803517a64dc06c4['infowindow'] = new google.maps.InfoWindow({content: $l9503193985ca73c58803517a64dc06c4});var infowindow = new google.maps.InfoWindow({content: $l9503193985ca73c58803517a64dc06c4});google.maps.event.addListener(m_9503193985ca73c58803517a64dc06c4, 'click', function() {infowindow.open(map,m_9503193985ca73c58803517a64dc06c4);});$marker.push(m_9503193985ca73c58803517a64dc06c4);}});}google.maps.event.addDomListener(window, 'load', initialize);