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(38.8083,-89.9501)};var g_dc6ed42ba37c3dc4cd12cc0e23ca5a5e = new google.maps.Geocoder();g_dc6ed42ba37c3dc4cd12cc0e23ca5a5e.geocode( { 'address': "7301 St James Dr, Edwardsville, IL 62025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edwardsville-IL-first-national-bank-holiday-shores').style.display = '';map = new google.maps.Map(document.getElementById('edwardsville-IL-first-national-bank-holiday-shores'), mapOptions);}document.getElementById('19d974d6').innerHTML += ' | View Map';var $ldc6ed42ba37c3dc4cd12cc0e23ca5a5e = '

First National Bank-Holiday Shores

Address: 7301 St James Dr, Edwardsville, IL 62025
Phone: (618) 656-5015
';var m_dc6ed42ba37c3dc4cd12cc0e23ca5a5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Holiday Shores',});m_dc6ed42ba37c3dc4cd12cc0e23ca5a5e['infowindow'] = new google.maps.InfoWindow({content: $ldc6ed42ba37c3dc4cd12cc0e23ca5a5e});var infowindow = new google.maps.InfoWindow({content: $ldc6ed42ba37c3dc4cd12cc0e23ca5a5e});google.maps.event.addListener(m_dc6ed42ba37c3dc4cd12cc0e23ca5a5e, 'click', function() {infowindow.open(map,m_dc6ed42ba37c3dc4cd12cc0e23ca5a5e);});$marker.push(m_dc6ed42ba37c3dc4cd12cc0e23ca5a5e);}});}google.maps.event.addDomListener(window, 'load', initialize);