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_51982e13c20d310d3500df74d318816c = new google.maps.Geocoder();g_51982e13c20d310d3500df74d318816c.geocode( { 'address': "4350 E Camelback Rd, Phoenix, AZ 85018"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-sunrise-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-sunrise-bank-of-arizona'), mapOptions);}document.getElementById('e41a9d83').innerHTML += ' | View Map';var $l51982e13c20d310d3500df74d318816c = '

Sunrise Bank OF Arizona

Address: 4350 E Camelback Rd, Phoenix, AZ 85018
Phone: (480) 624-2630
';var m_51982e13c20d310d3500df74d318816c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunrise Bank OF Arizona',});m_51982e13c20d310d3500df74d318816c['infowindow'] = new google.maps.InfoWindow({content: $l51982e13c20d310d3500df74d318816c});var infowindow = new google.maps.InfoWindow({content: $l51982e13c20d310d3500df74d318816c});google.maps.event.addListener(m_51982e13c20d310d3500df74d318816c, 'click', function() {infowindow.open(map,m_51982e13c20d310d3500df74d318816c);});$marker.push(m_51982e13c20d310d3500df74d318816c);}});}google.maps.event.addDomListener(window, 'load', initialize);