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(38.5428,-121.742)};var g_4d12403288274bb1c1cfc6a8f9e0f857 = new google.maps.Geocoder();g_4d12403288274bb1c1cfc6a8f9e0f857.geocode( { 'address': "508 2nd St, Davis, CA 95616, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davis-CA-bankers-lending-group').style.display = '';map = new google.maps.Map(document.getElementById('davis-CA-bankers-lending-group'), mapOptions);}document.getElementById('67eefd45').innerHTML += ' | View Map';var $l4d12403288274bb1c1cfc6a8f9e0f857 = '

Bankers Lending Group

Address: 508 2nd St, Davis, CA 95616, USA
Phone: (530) 564-4072
';var m_4d12403288274bb1c1cfc6a8f9e0f857 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankers Lending Group',});m_4d12403288274bb1c1cfc6a8f9e0f857['infowindow'] = new google.maps.InfoWindow({content: $l4d12403288274bb1c1cfc6a8f9e0f857});var infowindow = new google.maps.InfoWindow({content: $l4d12403288274bb1c1cfc6a8f9e0f857});google.maps.event.addListener(m_4d12403288274bb1c1cfc6a8f9e0f857, 'click', function() {infowindow.open(map,m_4d12403288274bb1c1cfc6a8f9e0f857);});$marker.push(m_4d12403288274bb1c1cfc6a8f9e0f857);}});}google.maps.event.addDomListener(window, 'load', initialize);