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.3122,-81.6879)};var g_15969a74c58e43fe4bc43cc8c6058ef6 = new google.maps.Geocoder();g_15969a74c58e43fe4bc43cc8c6058ef6.geocode( { 'address': "2350 Park St, Jacksonville, FL 32204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-law-offices-of-keith-d-collier').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-law-offices-of-keith-d-collier'), mapOptions);}document.getElementById('f4bcf3db').innerHTML += ' | View Map';var $l15969a74c58e43fe4bc43cc8c6058ef6 = '

Law Offices of Keith D. Collier

Address: 2350 Park St, Jacksonville, FL 32204, USA
Phone: (904) 696-3328
';var m_15969a74c58e43fe4bc43cc8c6058ef6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Law Offices of Keith D. Collier',});m_15969a74c58e43fe4bc43cc8c6058ef6['infowindow'] = new google.maps.InfoWindow({content: $l15969a74c58e43fe4bc43cc8c6058ef6});var infowindow = new google.maps.InfoWindow({content: $l15969a74c58e43fe4bc43cc8c6058ef6});google.maps.event.addListener(m_15969a74c58e43fe4bc43cc8c6058ef6, 'click', function() {infowindow.open(map,m_15969a74c58e43fe4bc43cc8c6058ef6);});$marker.push(m_15969a74c58e43fe4bc43cc8c6058ef6);}});}google.maps.event.addDomListener(window, 'load', initialize);