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(36.9343,-121.77)};var g_a755d16f2b5fbfd79686905327729715 = new google.maps.Geocoder();g_a755d16f2b5fbfd79686905327729715.geocode( { 'address': "1702 Freedom Blvd, Freedom, CA 95019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('freedom-CA-electronic-funds').style.display = '';map = new google.maps.Map(document.getElementById('freedom-CA-electronic-funds'), mapOptions);}document.getElementById('0bf803e6').innerHTML += ' | View Map';var $la755d16f2b5fbfd79686905327729715 = '

Electronic Funds

Address: 1702 Freedom Blvd, Freedom, CA 95019, USA
Phone: (831) 724-0690
';var m_a755d16f2b5fbfd79686905327729715 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Electronic Funds',});m_a755d16f2b5fbfd79686905327729715['infowindow'] = new google.maps.InfoWindow({content: $la755d16f2b5fbfd79686905327729715});var infowindow = new google.maps.InfoWindow({content: $la755d16f2b5fbfd79686905327729715});google.maps.event.addListener(m_a755d16f2b5fbfd79686905327729715, 'click', function() {infowindow.open(map,m_a755d16f2b5fbfd79686905327729715);});$marker.push(m_a755d16f2b5fbfd79686905327729715);}});}google.maps.event.addDomListener(window, 'load', initialize);