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(29.6489,-82.3047)};var g_f73c2c536908327c3e7ab819ea778560 = new google.maps.Geocoder();g_f73c2c536908327c3e7ab819ea778560.geocode( { 'address': "3520 NW 43rd St, Gainesville, FL 32606"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-first-community-bank-southwest').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-first-community-bank-southwest'), mapOptions);}document.getElementById('afdcf8f8').innerHTML += ' | View Map';var $lf73c2c536908327c3e7ab819ea778560 = '

First Community Bank-Southwest

Address: 3520 NW 43rd St, Gainesville, FL 32606
Phone: (352) 378-0465
';var m_f73c2c536908327c3e7ab819ea778560 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank-Southwest',});m_f73c2c536908327c3e7ab819ea778560['infowindow'] = new google.maps.InfoWindow({content: $lf73c2c536908327c3e7ab819ea778560});var infowindow = new google.maps.InfoWindow({content: $lf73c2c536908327c3e7ab819ea778560});google.maps.event.addListener(m_f73c2c536908327c3e7ab819ea778560, 'click', function() {infowindow.open(map,m_f73c2c536908327c3e7ab819ea778560);});$marker.push(m_f73c2c536908327c3e7ab819ea778560);}});}google.maps.event.addDomListener(window, 'load', initialize);