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.1355,-81.7014)};var g_451b6cd78ca3aab99661787d371b3601 = new google.maps.Geocoder();g_451b6cd78ca3aab99661787d371b3601.geocode( { 'address': "3555 US-17 #5, Orange Park, FL 32003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-park-FL-network-funding').style.display = '';map = new google.maps.Map(document.getElementById('orange-park-FL-network-funding'), mapOptions);}document.getElementById('7595a232').innerHTML += ' | View Map';var $l451b6cd78ca3aab99661787d371b3601 = '

Network Funding

Address: 3555 US-17 #5, Orange Park, FL 32003, USA
Phone: (904) 269-5992
';var m_451b6cd78ca3aab99661787d371b3601 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Network Funding',});m_451b6cd78ca3aab99661787d371b3601['infowindow'] = new google.maps.InfoWindow({content: $l451b6cd78ca3aab99661787d371b3601});var infowindow = new google.maps.InfoWindow({content: $l451b6cd78ca3aab99661787d371b3601});google.maps.event.addListener(m_451b6cd78ca3aab99661787d371b3601, 'click', function() {infowindow.open(map,m_451b6cd78ca3aab99661787d371b3601);});$marker.push(m_451b6cd78ca3aab99661787d371b3601);}});}google.maps.event.addDomListener(window, 'load', initialize);