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_8cfca10be511e5580fe05201d0efa06d = new google.maps.Geocoder();g_8cfca10be511e5580fe05201d0efa06d.geocode( { 'address': "7272 E Indian School Rd, Scottsdale, AZ 85251"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-onewest-bank-fsb').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-onewest-bank-fsb'), mapOptions);}document.getElementById('1c7728f4').innerHTML += ' | View Map';var $l8cfca10be511e5580fe05201d0efa06d = '

Onewest Bank Fsb

Address: 7272 E Indian School Rd, Scottsdale, AZ 85251
Phone: (626) 535-5754
';var m_8cfca10be511e5580fe05201d0efa06d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Onewest Bank Fsb',});m_8cfca10be511e5580fe05201d0efa06d['infowindow'] = new google.maps.InfoWindow({content: $l8cfca10be511e5580fe05201d0efa06d});var infowindow = new google.maps.InfoWindow({content: $l8cfca10be511e5580fe05201d0efa06d});google.maps.event.addListener(m_8cfca10be511e5580fe05201d0efa06d, 'click', function() {infowindow.open(map,m_8cfca10be511e5580fe05201d0efa06d);});$marker.push(m_8cfca10be511e5580fe05201d0efa06d);}});}google.maps.event.addDomListener(window, 'load', initialize);