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_e5d3cb904dcd47b1d1bc5d0db04fe9a7 = new google.maps.Geocoder();g_e5d3cb904dcd47b1d1bc5d0db04fe9a7.geocode( { 'address': "2700 N Central Ave Ste 110, Phoenix, AZ 85004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-meridian-bank-in-phoenix-central-ave').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-meridian-bank-in-phoenix-central-ave'), mapOptions);}document.getElementById('d44b8889').innerHTML += ' | View Map';var $le5d3cb904dcd47b1d1bc5d0db04fe9a7 = '

Meridian Bank in Phoenix/Central Ave.

Address: 2700 N Central Ave Ste 110, Phoenix, AZ 85004
Phone: (602) 274-7500
';var m_e5d3cb904dcd47b1d1bc5d0db04fe9a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meridian Bank in Phoenix/Central Ave.',});m_e5d3cb904dcd47b1d1bc5d0db04fe9a7['infowindow'] = new google.maps.InfoWindow({content: $le5d3cb904dcd47b1d1bc5d0db04fe9a7});var infowindow = new google.maps.InfoWindow({content: $le5d3cb904dcd47b1d1bc5d0db04fe9a7});google.maps.event.addListener(m_e5d3cb904dcd47b1d1bc5d0db04fe9a7, 'click', function() {infowindow.open(map,m_e5d3cb904dcd47b1d1bc5d0db04fe9a7);});$marker.push(m_e5d3cb904dcd47b1d1bc5d0db04fe9a7);}});}google.maps.event.addDomListener(window, 'load', initialize);