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.055,-118.4)};var g_63417714783173e4aeeb283ab4ce5360 = new google.maps.Geocoder();g_63417714783173e4aeeb283ab4ce5360.geocode( { 'address': "9701 W Pico Blvd, Los Angeles, CA 90035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-pmf-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-pmf-bancorp'), mapOptions);}document.getElementById('19d56af7').innerHTML += ' | View Map';var $l63417714783173e4aeeb283ab4ce5360 = '

PMF Bancorp

Address: 9701 W Pico Blvd, Los Angeles, CA 90035, USA
Phone: (310) 858-6696
';var m_63417714783173e4aeeb283ab4ce5360 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PMF Bancorp',});m_63417714783173e4aeeb283ab4ce5360['infowindow'] = new google.maps.InfoWindow({content: $l63417714783173e4aeeb283ab4ce5360});var infowindow = new google.maps.InfoWindow({content: $l63417714783173e4aeeb283ab4ce5360});google.maps.event.addListener(m_63417714783173e4aeeb283ab4ce5360, 'click', function() {infowindow.open(map,m_63417714783173e4aeeb283ab4ce5360);});$marker.push(m_63417714783173e4aeeb283ab4ce5360);}});}google.maps.event.addDomListener(window, 'load', initialize);