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(43.6091,-116.398)};var g_1b86e56efc89302d4851cd10a23f4496 = new google.maps.Geocoder();g_1b86e56efc89302d4851cd10a23f4496.geocode( { 'address': "625 S Stratford Dr, Meridian, ID 83642"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-ID-first-national-bank-of-layton').style.display = '';map = new google.maps.Map(document.getElementById('meridian-ID-first-national-bank-of-layton'), mapOptions);}document.getElementById('cf5e8b84').innerHTML += ' | View Map';var $l1b86e56efc89302d4851cd10a23f4496 = '

First National Bank Of Layton

Address: 625 S Stratford Dr, Meridian, ID 83642
Phone: (208) 472-4900
';var m_1b86e56efc89302d4851cd10a23f4496 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Layton',});m_1b86e56efc89302d4851cd10a23f4496['infowindow'] = new google.maps.InfoWindow({content: $l1b86e56efc89302d4851cd10a23f4496});var infowindow = new google.maps.InfoWindow({content: $l1b86e56efc89302d4851cd10a23f4496});google.maps.event.addListener(m_1b86e56efc89302d4851cd10a23f4496, 'click', function() {infowindow.open(map,m_1b86e56efc89302d4851cd10a23f4496);});$marker.push(m_1b86e56efc89302d4851cd10a23f4496);}});}google.maps.event.addDomListener(window, 'load', initialize);