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.5028,-111.932)};var g_95a7d89c13878ce2de6f4cd939994117 = new google.maps.Geocoder();g_95a7d89c13878ce2de6f4cd939994117.geocode( { 'address': "Scottsdale, AZ 85251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-american-express').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-american-express'), mapOptions);}document.getElementById('dbc5db33').innerHTML += ' | View Map';var $l95a7d89c13878ce2de6f4cd939994117 = '

American Express

Address: Scottsdale, AZ 85251, USA
Phone:
';var m_95a7d89c13878ce2de6f4cd939994117 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Express',});m_95a7d89c13878ce2de6f4cd939994117['infowindow'] = new google.maps.InfoWindow({content: $l95a7d89c13878ce2de6f4cd939994117});var infowindow = new google.maps.InfoWindow({content: $l95a7d89c13878ce2de6f4cd939994117});google.maps.event.addListener(m_95a7d89c13878ce2de6f4cd939994117, 'click', function() {infowindow.open(map,m_95a7d89c13878ce2de6f4cd939994117);});$marker.push(m_95a7d89c13878ce2de6f4cd939994117);}});}google.maps.event.addDomListener(window, 'load', initialize);