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.4492,-112.069)};var g_ffcd17d719cf7097719840119c2a696c = new google.maps.Geocoder();g_ffcd17d719cf7097719840119c2a696c.geocode( { 'address': "3800 E Sky Harbor Blvd, Phoenix, AZ 85034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-travelex-currency-service-inc').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-travelex-currency-service-inc'), mapOptions);}document.getElementById('3a239f79').innerHTML += ' | View Map';var $lffcd17d719cf7097719840119c2a696c = '

Travelex Currency Service Inc

Address: 3800 E Sky Harbor Blvd, Phoenix, AZ 85034
Phone: (602) 275-1475
';var m_ffcd17d719cf7097719840119c2a696c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Travelex Currency Service Inc',});m_ffcd17d719cf7097719840119c2a696c['infowindow'] = new google.maps.InfoWindow({content: $lffcd17d719cf7097719840119c2a696c});var infowindow = new google.maps.InfoWindow({content: $lffcd17d719cf7097719840119c2a696c});google.maps.event.addListener(m_ffcd17d719cf7097719840119c2a696c, 'click', function() {infowindow.open(map,m_ffcd17d719cf7097719840119c2a696c);});$marker.push(m_ffcd17d719cf7097719840119c2a696c);}});}google.maps.event.addDomListener(window, 'load', initialize);