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.5231,-111.907)};var g_d424756f611fe9f9928d764569ab92cd = new google.maps.Geocoder();g_d424756f611fe9f9928d764569ab92cd.geocode( { 'address': "14100 N Northsight Blvd, Scottsdale, AZ 85260"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-los-padres-bank').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-los-padres-bank'), mapOptions);}document.getElementById('55c96103').innerHTML += ' | View Map';var $ld424756f611fe9f9928d764569ab92cd = '

Los Padres Bank

Address: 14100 N Northsight Blvd, Scottsdale, AZ 85260
Phone: (480) 556-6300
';var m_d424756f611fe9f9928d764569ab92cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Los Padres Bank',});m_d424756f611fe9f9928d764569ab92cd['infowindow'] = new google.maps.InfoWindow({content: $ld424756f611fe9f9928d764569ab92cd});var infowindow = new google.maps.InfoWindow({content: $ld424756f611fe9f9928d764569ab92cd});google.maps.event.addListener(m_d424756f611fe9f9928d764569ab92cd, 'click', function() {infowindow.open(map,m_d424756f611fe9f9928d764569ab92cd);});$marker.push(m_d424756f611fe9f9928d764569ab92cd);}});}google.maps.event.addDomListener(window, 'load', initialize);