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(26.631,-81.9648)};var g_c0d447b768342332a35134881a57bef6 = new google.maps.Geocoder();g_c0d447b768342332a35134881a57bef6.geocode( { 'address': "1108 SE 5th Ave, Cape Coral, FL 33990, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cape-coral-FL-building-industry-credit-network').style.display = '';map = new google.maps.Map(document.getElementById('cape-coral-FL-building-industry-credit-network'), mapOptions);}document.getElementById('8788763e').innerHTML += ' | View Map';var $lc0d447b768342332a35134881a57bef6 = '

Building Industry Credit Network

Address: 1108 SE 5th Ave, Cape Coral, FL 33990, USA
Phone: (239) 772-8445
';var m_c0d447b768342332a35134881a57bef6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Building Industry Credit Network',});m_c0d447b768342332a35134881a57bef6['infowindow'] = new google.maps.InfoWindow({content: $lc0d447b768342332a35134881a57bef6});var infowindow = new google.maps.InfoWindow({content: $lc0d447b768342332a35134881a57bef6});google.maps.event.addListener(m_c0d447b768342332a35134881a57bef6, 'click', function() {infowindow.open(map,m_c0d447b768342332a35134881a57bef6);});$marker.push(m_c0d447b768342332a35134881a57bef6);}});}google.maps.event.addDomListener(window, 'load', initialize);