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(35.4355,-79.5861)};var g_552817ddf7316f0d820f58a8488ab6ef = new google.maps.Geocoder();g_552817ddf7316f0d820f58a8488ab6ef.geocode( { 'address': "180 N Middleton St, Robbins, NC 27325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('robbins-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('robbins-NC-first-bank'), mapOptions);}document.getElementById('06816f85').innerHTML += ' | View Map';var $l552817ddf7316f0d820f58a8488ab6ef = '

First Bank

Address: 180 N Middleton St, Robbins, NC 27325, USA
Phone: (910) 948-2177
';var m_552817ddf7316f0d820f58a8488ab6ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_552817ddf7316f0d820f58a8488ab6ef['infowindow'] = new google.maps.InfoWindow({content: $l552817ddf7316f0d820f58a8488ab6ef});var infowindow = new google.maps.InfoWindow({content: $l552817ddf7316f0d820f58a8488ab6ef});google.maps.event.addListener(m_552817ddf7316f0d820f58a8488ab6ef, 'click', function() {infowindow.open(map,m_552817ddf7316f0d820f58a8488ab6ef);});$marker.push(m_552817ddf7316f0d820f58a8488ab6ef);}});}google.maps.event.addDomListener(window, 'load', initialize);