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(31.5862,-84.2171)};var g_b371a6e037a7f44330018975172db0c5 = new google.maps.Geocoder();g_b371a6e037a7f44330018975172db0c5.geocode( { 'address': "2613 Gillionville Rd, Albany, GA 31707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-microf-llc').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-microf-llc'), mapOptions);}document.getElementById('213d6496').innerHTML += ' | View Map';var $lb371a6e037a7f44330018975172db0c5 = '

Microf LLC

Address: 2613 Gillionville Rd, Albany, GA 31707, USA
Phone: (855) 642-7631
';var m_b371a6e037a7f44330018975172db0c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Microf LLC',});m_b371a6e037a7f44330018975172db0c5['infowindow'] = new google.maps.InfoWindow({content: $lb371a6e037a7f44330018975172db0c5});var infowindow = new google.maps.InfoWindow({content: $lb371a6e037a7f44330018975172db0c5});google.maps.event.addListener(m_b371a6e037a7f44330018975172db0c5, 'click', function() {infowindow.open(map,m_b371a6e037a7f44330018975172db0c5);});$marker.push(m_b371a6e037a7f44330018975172db0c5);}});}google.maps.event.addDomListener(window, 'load', initialize);