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(29.8818,-81.3247)};var g_70591863b4dfd09987bfa0a369d85348 = new google.maps.Geocoder();g_70591863b4dfd09987bfa0a369d85348.geocode( { 'address': "801-B S. Ponce De Leon, St Augustine, FL 32084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-lending-bear').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-lending-bear'), mapOptions);}document.getElementById('3ffe34d2').innerHTML += ' | View Map';var $l70591863b4dfd09987bfa0a369d85348 = '

Lending Bear

Address: 801-B S. Ponce De Leon, St Augustine, FL 32084, USA
Phone: (904) 824-8424
';var m_70591863b4dfd09987bfa0a369d85348 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lending Bear',});m_70591863b4dfd09987bfa0a369d85348['infowindow'] = new google.maps.InfoWindow({content: $l70591863b4dfd09987bfa0a369d85348});var infowindow = new google.maps.InfoWindow({content: $l70591863b4dfd09987bfa0a369d85348});google.maps.event.addListener(m_70591863b4dfd09987bfa0a369d85348, 'click', function() {infowindow.open(map,m_70591863b4dfd09987bfa0a369d85348);});$marker.push(m_70591863b4dfd09987bfa0a369d85348);}});}google.maps.event.addDomListener(window, 'load', initialize);