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(35.5856,-118.497)};var g_8cc135a4ddb7f2143c3aecb9de9db51b = new google.maps.Geocoder();g_8cc135a4ddb7f2143c3aecb9de9db51b.geocode( { 'address': "206 Lake Dr, Bodfish, CA 93205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bodfish-CA-mgm-jewelry--loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('bodfish-CA-mgm-jewelry--loans-inc'), mapOptions);}document.getElementById('9372f0e7').innerHTML += ' | View Map';var $l8cc135a4ddb7f2143c3aecb9de9db51b = '

MGM Jewelry & Loans, Inc.

Address: 206 Lake Dr, Bodfish, CA 93205, USA
Phone: (661) 317-1118
';var m_8cc135a4ddb7f2143c3aecb9de9db51b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MGM Jewelry & Loans, Inc.',});m_8cc135a4ddb7f2143c3aecb9de9db51b['infowindow'] = new google.maps.InfoWindow({content: $l8cc135a4ddb7f2143c3aecb9de9db51b});var infowindow = new google.maps.InfoWindow({content: $l8cc135a4ddb7f2143c3aecb9de9db51b});google.maps.event.addListener(m_8cc135a4ddb7f2143c3aecb9de9db51b, 'click', function() {infowindow.open(map,m_8cc135a4ddb7f2143c3aecb9de9db51b);});$marker.push(m_8cc135a4ddb7f2143c3aecb9de9db51b);}});}google.maps.event.addDomListener(window, 'load', initialize);