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(36.7676,-90.418)};var g_5be96f2fa104196cc27ca19bbe61cc1e = new google.maps.Geocoder();g_5be96f2fa104196cc27ca19bbe61cc1e.geocode( { 'address': "1100 Sterling Dr, Poplar Bluff, MO 63901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poplar-bluff-MO-sterling-bank').style.display = '';map = new google.maps.Map(document.getElementById('poplar-bluff-MO-sterling-bank'), mapOptions);}document.getElementById('15647902').innerHTML += ' | View Map';var $l5be96f2fa104196cc27ca19bbe61cc1e = '

Sterling Bank

Address: 1100 Sterling Dr, Poplar Bluff, MO 63901, USA
Phone: (573) 778-3333
';var m_5be96f2fa104196cc27ca19bbe61cc1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling Bank',});m_5be96f2fa104196cc27ca19bbe61cc1e['infowindow'] = new google.maps.InfoWindow({content: $l5be96f2fa104196cc27ca19bbe61cc1e});var infowindow = new google.maps.InfoWindow({content: $l5be96f2fa104196cc27ca19bbe61cc1e});google.maps.event.addListener(m_5be96f2fa104196cc27ca19bbe61cc1e, 'click', function() {infowindow.open(map,m_5be96f2fa104196cc27ca19bbe61cc1e);});$marker.push(m_5be96f2fa104196cc27ca19bbe61cc1e);}});}google.maps.event.addDomListener(window, 'load', initialize);