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.1255,-109.935)};var g_96596c934235a1c8b978f0151835078c = new google.maps.Geocoder();g_96596c934235a1c8b978f0151835078c.geocode( { 'address': "1753 E White Mountain Blvd, Pinetop, AZ 85935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pinetop-lakeside-AZ-western-union').style.display = '';map = new google.maps.Map(document.getElementById('pinetop-lakeside-AZ-western-union'), mapOptions);}document.getElementById('6913396d').innerHTML += ' | View Map';var $l96596c934235a1c8b978f0151835078c = '

Western Union

Address: 1753 E White Mountain Blvd, Pinetop, AZ 85935, USA
Phone: (800) 325-6000
';var m_96596c934235a1c8b978f0151835078c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_96596c934235a1c8b978f0151835078c['infowindow'] = new google.maps.InfoWindow({content: $l96596c934235a1c8b978f0151835078c});var infowindow = new google.maps.InfoWindow({content: $l96596c934235a1c8b978f0151835078c});google.maps.event.addListener(m_96596c934235a1c8b978f0151835078c, 'click', function() {infowindow.open(map,m_96596c934235a1c8b978f0151835078c);});$marker.push(m_96596c934235a1c8b978f0151835078c);}});}google.maps.event.addDomListener(window, 'load', initialize);