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.4835,-119.905)};var g_67f3a8a7347963d3c9d0622417ad0885 = new google.maps.Geocoder();g_67f3a8a7347963d3c9d0622417ad0885.geocode( { 'address': "5171 Highway 49, Mariposa, CA 95338"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mariposa-CA-premier-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('mariposa-CA-premier-valley-bank'), mapOptions);}document.getElementById('4d8957e0').innerHTML += ' | View Map';var $l67f3a8a7347963d3c9d0622417ad0885 = '

Premier Valley Bank

Address: 5171 Highway 49, Mariposa, CA 95338
Phone: (209) 966-5444
';var m_67f3a8a7347963d3c9d0622417ad0885 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Valley Bank',});m_67f3a8a7347963d3c9d0622417ad0885['infowindow'] = new google.maps.InfoWindow({content: $l67f3a8a7347963d3c9d0622417ad0885});var infowindow = new google.maps.InfoWindow({content: $l67f3a8a7347963d3c9d0622417ad0885});google.maps.event.addListener(m_67f3a8a7347963d3c9d0622417ad0885, 'click', function() {infowindow.open(map,m_67f3a8a7347963d3c9d0622417ad0885);});$marker.push(m_67f3a8a7347963d3c9d0622417ad0885);}});}google.maps.event.addDomListener(window, 'load', initialize);