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(34.5685,-118.062)};var g_a9aad5ef29d93f6b001878d9ddf2bcdf = new google.maps.Geocoder();g_a9aad5ef29d93f6b001878d9ddf2bcdf.geocode( { 'address': "37140 47th St E, Palmdale, CA 93552"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-popular-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-popular-community-bank'), mapOptions);}document.getElementById('d6002590').innerHTML += ' | View Map';var $la9aad5ef29d93f6b001878d9ddf2bcdf = '

Popular Community Bank

Address: 37140 47th St E, Palmdale, CA 93552
Phone: (661) 533-6698
';var m_a9aad5ef29d93f6b001878d9ddf2bcdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Popular Community Bank',});m_a9aad5ef29d93f6b001878d9ddf2bcdf['infowindow'] = new google.maps.InfoWindow({content: $la9aad5ef29d93f6b001878d9ddf2bcdf});var infowindow = new google.maps.InfoWindow({content: $la9aad5ef29d93f6b001878d9ddf2bcdf});google.maps.event.addListener(m_a9aad5ef29d93f6b001878d9ddf2bcdf, 'click', function() {infowindow.open(map,m_a9aad5ef29d93f6b001878d9ddf2bcdf);});$marker.push(m_a9aad5ef29d93f6b001878d9ddf2bcdf);}});}google.maps.event.addDomListener(window, 'load', initialize);