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(28.0393,-82.6685)};var g_c6bc593c79df94f43ffed8fce7a43c0c = new google.maps.Geocoder();g_c6bc593c79df94f43ffed8fce7a43c0c.geocode( { 'address': "108 S Bayview Blvd, Oldsmar, FL 34677, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oldsmar-FL-coffman-capital-inc').style.display = '';map = new google.maps.Map(document.getElementById('oldsmar-FL-coffman-capital-inc'), mapOptions);}document.getElementById('b3a19b98').innerHTML += ' | View Map';var $lc6bc593c79df94f43ffed8fce7a43c0c = '

Coffman Capital Inc.

Address: 108 S Bayview Blvd, Oldsmar, FL 34677, USA
Phone: (877) 661-8069
';var m_c6bc593c79df94f43ffed8fce7a43c0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coffman Capital Inc.',});m_c6bc593c79df94f43ffed8fce7a43c0c['infowindow'] = new google.maps.InfoWindow({content: $lc6bc593c79df94f43ffed8fce7a43c0c});var infowindow = new google.maps.InfoWindow({content: $lc6bc593c79df94f43ffed8fce7a43c0c});google.maps.event.addListener(m_c6bc593c79df94f43ffed8fce7a43c0c, 'click', function() {infowindow.open(map,m_c6bc593c79df94f43ffed8fce7a43c0c);});$marker.push(m_c6bc593c79df94f43ffed8fce7a43c0c);}});}google.maps.event.addDomListener(window, 'load', initialize);