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.7945,-85.6849)};var g_b550f2669b26e272e7fa28c81fd07ba7 = new google.maps.Geocoder();g_b550f2669b26e272e7fa28c81fd07ba7.geocode( { 'address': "400 Mc Laughlin Ave, Bonifay, FL 32425, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonifay-FL-holmes-washington-cu').style.display = '';map = new google.maps.Map(document.getElementById('bonifay-FL-holmes-washington-cu'), mapOptions);}document.getElementById('2f8c9d0e').innerHTML += ' | View Map';var $lb550f2669b26e272e7fa28c81fd07ba7 = '

Holmes Washington Cu

Address: 400 Mc Laughlin Ave, Bonifay, FL 32425, USA
Phone: (850) 547-2260
';var m_b550f2669b26e272e7fa28c81fd07ba7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Holmes Washington Cu',});m_b550f2669b26e272e7fa28c81fd07ba7['infowindow'] = new google.maps.InfoWindow({content: $lb550f2669b26e272e7fa28c81fd07ba7});var infowindow = new google.maps.InfoWindow({content: $lb550f2669b26e272e7fa28c81fd07ba7});google.maps.event.addListener(m_b550f2669b26e272e7fa28c81fd07ba7, 'click', function() {infowindow.open(map,m_b550f2669b26e272e7fa28c81fd07ba7);});$marker.push(m_b550f2669b26e272e7fa28c81fd07ba7);}});}google.maps.event.addDomListener(window, 'load', initialize);