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(30.0619,-81.8783)};var g_2f6c9361494ee4238190a9d57bef3359 = new google.maps.Geocoder();g_2f6c9361494ee4238190a9d57bef3359.geocode( { 'address': "2710-2 Blanding Blvd, Middleburg, FL 32068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middleburg-FL-lending-bear').style.display = '';map = new google.maps.Map(document.getElementById('middleburg-FL-lending-bear'), mapOptions);}document.getElementById('da738402').innerHTML += ' | View Map';var $l2f6c9361494ee4238190a9d57bef3359 = '

Lending Bear

Address: 2710-2 Blanding Blvd, Middleburg, FL 32068, USA
Phone: (904) 291-6163
';var m_2f6c9361494ee4238190a9d57bef3359 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lending Bear',});m_2f6c9361494ee4238190a9d57bef3359['infowindow'] = new google.maps.InfoWindow({content: $l2f6c9361494ee4238190a9d57bef3359});var infowindow = new google.maps.InfoWindow({content: $l2f6c9361494ee4238190a9d57bef3359});google.maps.event.addListener(m_2f6c9361494ee4238190a9d57bef3359, 'click', function() {infowindow.open(map,m_2f6c9361494ee4238190a9d57bef3359);});$marker.push(m_2f6c9361494ee4238190a9d57bef3359);}});}google.maps.event.addDomListener(window, 'load', initialize);