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.6356,-121.063)};var g_4a9f57c5dadf5bc6555a2e754ca3cfa7 = new google.maps.Geocoder();g_4a9f57c5dadf5bc6555a2e754ca3cfa7.geocode( { 'address': "1212 Suncast Ln #1, El Dorado Hills, CA 95762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-dorado-hills-CA-village-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('el-dorado-hills-CA-village-financial-group-inc'), mapOptions);}document.getElementById('e57efa66').innerHTML += ' | View Map';var $l4a9f57c5dadf5bc6555a2e754ca3cfa7 = '

Village Financial Group, Inc.

Address: 1212 Suncast Ln #1, El Dorado Hills, CA 95762, USA
Phone: (916) 933-1414
';var m_4a9f57c5dadf5bc6555a2e754ca3cfa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Village Financial Group, Inc.',});m_4a9f57c5dadf5bc6555a2e754ca3cfa7['infowindow'] = new google.maps.InfoWindow({content: $l4a9f57c5dadf5bc6555a2e754ca3cfa7});var infowindow = new google.maps.InfoWindow({content: $l4a9f57c5dadf5bc6555a2e754ca3cfa7});google.maps.event.addListener(m_4a9f57c5dadf5bc6555a2e754ca3cfa7, 'click', function() {infowindow.open(map,m_4a9f57c5dadf5bc6555a2e754ca3cfa7);});$marker.push(m_4a9f57c5dadf5bc6555a2e754ca3cfa7);}});}google.maps.event.addDomListener(window, 'load', initialize);