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.6358,-87.9101)};var g_c3f3f6f70813b364e92c07a9d1d604c6 = new google.maps.Geocoder();g_c3f3f6f70813b364e92c07a9d1d604c6.geocode( { 'address': "28180 N Main St, Daphne, AL 36526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daphne-AL-byers-byers-and-associates-pc').style.display = '';map = new google.maps.Map(document.getElementById('daphne-AL-byers-byers-and-associates-pc'), mapOptions);}document.getElementById('00e1d2c8').innerHTML += ' | View Map';var $lc3f3f6f70813b364e92c07a9d1d604c6 = '

Byers, Byers and Associates, P.C.

Address: 28180 N Main St, Daphne, AL 36526, USA
Phone: (251) 621-8757
';var m_c3f3f6f70813b364e92c07a9d1d604c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Byers, Byers and Associates, P.C.',});m_c3f3f6f70813b364e92c07a9d1d604c6['infowindow'] = new google.maps.InfoWindow({content: $lc3f3f6f70813b364e92c07a9d1d604c6});var infowindow = new google.maps.InfoWindow({content: $lc3f3f6f70813b364e92c07a9d1d604c6});google.maps.event.addListener(m_c3f3f6f70813b364e92c07a9d1d604c6, 'click', function() {infowindow.open(map,m_c3f3f6f70813b364e92c07a9d1d604c6);});$marker.push(m_c3f3f6f70813b364e92c07a9d1d604c6);}});}google.maps.event.addDomListener(window, 'load', initialize);