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.6838,-120.937)};var g_045f5dc5df88b3cc866c035a94751df9 = new google.maps.Geocoder();g_045f5dc5df88b3cc866c035a94751df9.geocode( { 'address': "4330 Maverick Rd, Shingle Springs, CA 95682, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shingle-springs-CA-a-power-team-lending-inc').style.display = '';map = new google.maps.Map(document.getElementById('shingle-springs-CA-a-power-team-lending-inc'), mapOptions);}document.getElementById('3243d905').innerHTML += ' | View Map';var $l045f5dc5df88b3cc866c035a94751df9 = '

A Power Team Lending Inc

Address: 4330 Maverick Rd, Shingle Springs, CA 95682, USA
Phone: (530) 677-2703
';var m_045f5dc5df88b3cc866c035a94751df9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Power Team Lending Inc',});m_045f5dc5df88b3cc866c035a94751df9['infowindow'] = new google.maps.InfoWindow({content: $l045f5dc5df88b3cc866c035a94751df9});var infowindow = new google.maps.InfoWindow({content: $l045f5dc5df88b3cc866c035a94751df9});google.maps.event.addListener(m_045f5dc5df88b3cc866c035a94751df9, 'click', function() {infowindow.open(map,m_045f5dc5df88b3cc866c035a94751df9);});$marker.push(m_045f5dc5df88b3cc866c035a94751df9);}});}google.maps.event.addDomListener(window, 'load', initialize);