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(37.7634,-122.485)};var g_513f05ed1ae2dade5aaf62555f6bce14 = new google.maps.Geocoder();g_513f05ed1ae2dade5aaf62555f6bce14.geocode( { 'address': "2550 Irving St, San Francisco, CA 94122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-s-f-police-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-s-f-police-credit-union'), mapOptions);}document.getElementById('8791cfae').innerHTML += ' | View Map';var $l513f05ed1ae2dade5aaf62555f6bce14 = '

S F Police Credit Union

Address: 2550 Irving St, San Francisco, CA 94122, USA
Phone: (415) 564-3800
';var m_513f05ed1ae2dade5aaf62555f6bce14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S F Police Credit Union',});m_513f05ed1ae2dade5aaf62555f6bce14['infowindow'] = new google.maps.InfoWindow({content: $l513f05ed1ae2dade5aaf62555f6bce14});var infowindow = new google.maps.InfoWindow({content: $l513f05ed1ae2dade5aaf62555f6bce14});google.maps.event.addListener(m_513f05ed1ae2dade5aaf62555f6bce14, 'click', function() {infowindow.open(map,m_513f05ed1ae2dade5aaf62555f6bce14);});$marker.push(m_513f05ed1ae2dade5aaf62555f6bce14);}});}google.maps.event.addDomListener(window, 'load', initialize);