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_4da947c0bc7c4b2df38f9236b3c53590 = new google.maps.Geocoder();g_4da947c0bc7c4b2df38f9236b3c53590.geocode( { 'address': "9336 E Raintree Dr, Scottsdale, AZ 85260"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-parkway-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-parkway-bank-trust-co'), mapOptions);}document.getElementById('37462994').innerHTML += ' | View Map';var $l4da947c0bc7c4b2df38f9236b3c53590 = '

Parkway Bank & Trust Co

Address: 9336 E Raintree Dr, Scottsdale, AZ 85260
Phone: (480) 657-3333
';var m_4da947c0bc7c4b2df38f9236b3c53590 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Parkway Bank & Trust Co',});m_4da947c0bc7c4b2df38f9236b3c53590['infowindow'] = new google.maps.InfoWindow({content: $l4da947c0bc7c4b2df38f9236b3c53590});var infowindow = new google.maps.InfoWindow({content: $l4da947c0bc7c4b2df38f9236b3c53590});google.maps.event.addListener(m_4da947c0bc7c4b2df38f9236b3c53590, 'click', function() {infowindow.open(map,m_4da947c0bc7c4b2df38f9236b3c53590);});$marker.push(m_4da947c0bc7c4b2df38f9236b3c53590);}});}google.maps.event.addDomListener(window, 'load', initialize);