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.0618,-120.849)};var g_eac6547cbedd649f6ef57a130bc8dfc4 = new google.maps.Geocoder();g_eac6547cbedd649f6ef57a130bc8dfc4.geocode( { 'address': "864 5th St, Los Banos, CA 93635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-banos-CA-efr-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('los-banos-CA-efr-insurance-agency'), mapOptions);}document.getElementById('6cc60959').innerHTML += ' | View Map';var $leac6547cbedd649f6ef57a130bc8dfc4 = '

EFR Insurance Agency

Address: 864 5th St, Los Banos, CA 93635, USA
Phone: (209) 826-9500
';var m_eac6547cbedd649f6ef57a130bc8dfc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EFR Insurance Agency',});m_eac6547cbedd649f6ef57a130bc8dfc4['infowindow'] = new google.maps.InfoWindow({content: $leac6547cbedd649f6ef57a130bc8dfc4});var infowindow = new google.maps.InfoWindow({content: $leac6547cbedd649f6ef57a130bc8dfc4});google.maps.event.addListener(m_eac6547cbedd649f6ef57a130bc8dfc4, 'click', function() {infowindow.open(map,m_eac6547cbedd649f6ef57a130bc8dfc4);});$marker.push(m_eac6547cbedd649f6ef57a130bc8dfc4);}});}google.maps.event.addDomListener(window, 'load', initialize);