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.5363,-112.177)};var g_b07416cdf227adf09fbf187354d5b7ae = new google.maps.Geocoder();g_b07416cdf227adf09fbf187354d5b7ae.geocode( { 'address': "4482 W Peoria Ave, Glendale, AZ 85302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-AZ-meridian-bank-in-glendale').style.display = '';map = new google.maps.Map(document.getElementById('glendale-AZ-meridian-bank-in-glendale'), mapOptions);}document.getElementById('03030299').innerHTML += ' | View Map';var $lb07416cdf227adf09fbf187354d5b7ae = '

Meridian Bank in Glendale

Address: 4482 W Peoria Ave, Glendale, AZ 85302
Phone: (623) 939-3200
';var m_b07416cdf227adf09fbf187354d5b7ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meridian Bank in Glendale',});m_b07416cdf227adf09fbf187354d5b7ae['infowindow'] = new google.maps.InfoWindow({content: $lb07416cdf227adf09fbf187354d5b7ae});var infowindow = new google.maps.InfoWindow({content: $lb07416cdf227adf09fbf187354d5b7ae});google.maps.event.addListener(m_b07416cdf227adf09fbf187354d5b7ae, 'click', function() {infowindow.open(map,m_b07416cdf227adf09fbf187354d5b7ae);});$marker.push(m_b07416cdf227adf09fbf187354d5b7ae);}});}google.maps.event.addDomListener(window, 'load', initialize);