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.6462,-122.472)};var g_1cc2cdffe7a2039f88bc72fca3f6395c = new google.maps.Geocoder();g_1cc2cdffe7a2039f88bc72fca3f6395c.geocode( { 'address': "687 Manor Dr, Pacifica, CA 94044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pacifica-CA-check-cashing--loans').style.display = '';map = new google.maps.Map(document.getElementById('pacifica-CA-check-cashing--loans'), mapOptions);}document.getElementById('a889fec3').innerHTML += ' | View Map';var $l1cc2cdffe7a2039f88bc72fca3f6395c = '

Check Cashing & Loans

Address: 687 Manor Dr, Pacifica, CA 94044, USA
Phone: (650) 738-3000
';var m_1cc2cdffe7a2039f88bc72fca3f6395c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing & Loans',});m_1cc2cdffe7a2039f88bc72fca3f6395c['infowindow'] = new google.maps.InfoWindow({content: $l1cc2cdffe7a2039f88bc72fca3f6395c});var infowindow = new google.maps.InfoWindow({content: $l1cc2cdffe7a2039f88bc72fca3f6395c});google.maps.event.addListener(m_1cc2cdffe7a2039f88bc72fca3f6395c, 'click', function() {infowindow.open(map,m_1cc2cdffe7a2039f88bc72fca3f6395c);});$marker.push(m_1cc2cdffe7a2039f88bc72fca3f6395c);}});}google.maps.event.addDomListener(window, 'load', initialize);