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(27.7676,-82.6381)};var g_a145045c9ec304a8d4bb6327ecc45acc = new google.maps.Geocoder();g_a145045c9ec304a8d4bb6327ecc45acc.geocode( { 'address': "625 23rd St S, Saint Petersburg, FL 33712"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-petersburg-FL-criterion-woodworks').style.display = '';map = new google.maps.Map(document.getElementById('saint-petersburg-FL-criterion-woodworks'), mapOptions);}document.getElementById('1f7d96af').innerHTML += ' | View Map';var $la145045c9ec304a8d4bb6327ecc45acc = '

Criterion Woodworks

Address: 625 23rd St S, Saint Petersburg, FL 33712
Phone: (727) 321-0217
';var m_a145045c9ec304a8d4bb6327ecc45acc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Criterion Woodworks',});m_a145045c9ec304a8d4bb6327ecc45acc['infowindow'] = new google.maps.InfoWindow({content: $la145045c9ec304a8d4bb6327ecc45acc});var infowindow = new google.maps.InfoWindow({content: $la145045c9ec304a8d4bb6327ecc45acc});google.maps.event.addListener(m_a145045c9ec304a8d4bb6327ecc45acc, 'click', function() {infowindow.open(map,m_a145045c9ec304a8d4bb6327ecc45acc);});$marker.push(m_a145045c9ec304a8d4bb6327ecc45acc);}});}google.maps.event.addDomListener(window, 'load', initialize);