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(28.8917,-82.5496)};var g_0aec34e46ed84af2c411801958a8df0c = new google.maps.Geocoder();g_0aec34e46ed84af2c411801958a8df0c.geocode( { 'address': "6894 W Gulf to Lake Hwy, Crystal River, FL 34429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-river-FL-diamond-ridge-pawn').style.display = '';map = new google.maps.Map(document.getElementById('crystal-river-FL-diamond-ridge-pawn'), mapOptions);}document.getElementById('1605730e').innerHTML += ' | View Map';var $l0aec34e46ed84af2c411801958a8df0c = '

Diamond Ridge Pawn

Address: 6894 W Gulf to Lake Hwy, Crystal River, FL 34429, USA
Phone: (352) 564-7296
';var m_0aec34e46ed84af2c411801958a8df0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Ridge Pawn',});m_0aec34e46ed84af2c411801958a8df0c['infowindow'] = new google.maps.InfoWindow({content: $l0aec34e46ed84af2c411801958a8df0c});var infowindow = new google.maps.InfoWindow({content: $l0aec34e46ed84af2c411801958a8df0c});google.maps.event.addListener(m_0aec34e46ed84af2c411801958a8df0c, 'click', function() {infowindow.open(map,m_0aec34e46ed84af2c411801958a8df0c);});$marker.push(m_0aec34e46ed84af2c411801958a8df0c);}});}google.maps.event.addDomListener(window, 'load', initialize);